home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #1 / Amiga Plus 1999 #1.iso / System-Boost / Workbench / MARInA / MARInA_voice / MARInA_Voice.lha / MARInA_Voice / NewShell < prev    next >
AmigaDOS Script File  |  1998-05-21  |  235b  |  10 lines

  1. .key a,File
  2.  
  3. if not <File>
  4.   newshell "${RefTable/GUI-ConsoleType}$SHELLSIZE/$SHELLTITLE/CLOSE/" from s:start/Shell-Startup.std
  5.   quit
  6. else
  7.   newshell "${RefTable/GUI-ConsoleType}$SHELLSIZE/$SHELLTITLE/CLOSE/" from <File>
  8.   quit
  9. endif
  10.